home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Textdisplayers
/
JMore
/
Source
/
openlib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-27
|
213 b
|
16 lines
/*
* openlib.h
* H.Ohkubo Aug. 4, 1992
*/
#ifndef _OPENLIB_H_
#define _OPENLIB_H_
extern struct IntuitionBase *IntuitionBase;
extern struct GfxBase *GfxBase;
BOOL OpenLib(VOID);
VOID CloseLib(VOID);
#endif